Skip to content

llvm-reduce: Avoid using constantdata uselistorder in thinlto test #136288

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

arsenm
Copy link
Contributor

@arsenm arsenm commented Apr 18, 2025

This also demonstrates a bug that's a consequence of the two different
paths for the single and multithreaded cases. The parallel path goes
through bitcode serialization and does preserve the uselistorder. It
therefore survives and we can observe a reduced uselistorder with deleted
instructions. In the CloneModule case, nothing is reduced.

This also demonstrates a bug that's a consequence of the two different
paths for the single and multithreaded cases. The parallel path goes
through bitcode serialization and does preserve the uselistorder. It
therefore survives and we can observe a reduced uselistorder with deleted
instructions. In the CloneModule case, nothing is reduced.
Copy link
Contributor Author

arsenm commented Apr 18, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

@arsenm arsenm marked this pull request as ready for review April 18, 2025 10:19
Copy link
Contributor Author

arsenm commented Apr 18, 2025

Merge activity

  • Apr 18, 9:32 AM EDT: A user started a stack merge that includes this pull request via Graphite.
  • Apr 18, 9:34 AM EDT: A user merged this pull request with Graphite.

@arsenm arsenm merged commit 7307736 into main Apr 18, 2025
15 checks passed
@arsenm arsenm deleted the users/arsenm/llvm-reduce/adjust-thinlto-uselistorder-test branch April 18, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant